Q3RotateAboutAxisTransform_SetOrigin
You can use theQ3RotateAboutAxisTransform_SetOrigin
function to set the origin of the axis of rotation of a rotate-about-axis transform.
TQ3Status Q3RotateAboutAxisTransform_SetOrigin ( TQ3TransformObject transform, const TQ3Point3D *origin);
transform
- A rotate-about-axis transform.
origin
- The desired origin of the axis of rotation of the specified rotate-about-axis transform.
DESCRIPTION
TheQ3RotateAboutAxisTransform_SetOrigin
function sets the origin of the axis of rotation for the rotate-about-axis transform specified by thetransform
parameter to the value passed in theorigin
parameter.